-
Notifications
You must be signed in to change notification settings - Fork 163
Add multisig to Account Wizard #527
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -7,11 +7,6 @@ | |||
resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30" | |||
integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw== | |||
|
|||
"@axelar-network/axelar-gmp-sdk-solidity@^6.0.6": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. (Builds were previously failing intermittently due to this dependency)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. I never noticed we should've set it in peerDependencies
. I updated that on community contracts
Description
Adding MultisigERC7913Signer and MultisigERC7913 recently added to community contracts here: OpenZeppelin/openzeppelin-community-contracts#116